F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LinuxTimeImpl.hpp
Go to the documentation of this file.
1/*
2 * TestTelemRecvImpl.hpp
3 *
4 * Created on: Mar 28, 2014
5 * Author: tcanham
6 */
7
8#ifndef LINUXTIMEIMPL_HPP_
9#define LINUXTIMEIMPL_HPP_
10
12
13namespace Svc {
14
16 public:
17 LinuxTimeImpl(const char* compName);
18 virtual ~LinuxTimeImpl();
19 void init(NATIVE_INT_TYPE instance);
20 protected:
22 NATIVE_INT_TYPE portNum,
23 Fw::Time &time
24 );
25 private:
26};
27
28}
29
30#endif /* LINUXTIMEIMPL_HPP_ */
PlatformIntType NATIVE_INT_TYPE
Definition BasicTypes.h:51
void init()
Object initializer.
Definition ObjBase.cpp:27
void timeGetPort_handler(NATIVE_INT_TYPE portNum, Fw::Time &time)
Handler for input port timeGetPort.
LinuxTimeImpl(const char *compName)
Auto-generated base for Time component.